Crate ommui_broadcast

source ·
Expand description

Broadcast synchronization sending out to all subscribed receivers.

Structs

A broadcaster which sends out broadcasts to all of it’s subscribers.
The error type.
A manager for subscriptions. The manager is bound to a broadcaster and can be used to subscribe to it’s broadcast messages. It can be cloned and sent to other threads which also want to subscribe to the broadcast.

Enums

The error kinds.

Traits

A trait for subscribing to a broadcaster.